home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / ubuntu / iscsitarget / Makefile < prev   
Encoding:
Makefile  |  2009-09-09  |  556 b   |  18 lines

  1. #
  2. # Makefile for the Linux kernel device drivers.
  3. #
  4. # Note! Dependencies are done automagically by 'make dep', which also
  5. # removes any old dependencies. DON'T put your own dependencies here
  6. # unless it's something special (not a .c file).
  7. #
  8. # Note 2! The CFLAGS definitions are now in the main makefile.
  9.  
  10. EXTRA_CFLAGS += -I$(src)/include 
  11.  
  12. obj-m        += iscsi_trgt.o
  13. iscsi_trgt-objs    := tio.o iscsi.o nthread.o wthread.o config.o digest.o \
  14.             conn.o session.o target.o volume.o iotype.o \
  15.             file-io.o null-io.o target_disk.o event.o param.o \
  16.             block-io.o
  17.  
  18.